OracleXml Constructor(Char[])
In This Topic
Initializes an
OracleXml object with the specified XML data as an array of symbols.
Syntax
'Declaration
Public Function New( _
ByVal () As Char _
)
public OracleXml(
char[]
)
Parameters
- value
- An array of symbols containing XML data.
See Also